RequestMaxForwards Property |
Gets or sets Max-Forwards header field. The Max-Forwards header field is used to
indicate the maximum number of hops that a the request may take. The value of the header field is
decremented by each proxy that forwards the request. If is not set then the SipClient will set this header.
Namespace:
Independentsoft.Sip
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic int MaxForwards { get; set; }Public Property MaxForwards As Integer
Get
Set
Property Value
Type:
Int32The maximum forwards.
See Also